home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 January / Disc 3 / Amethyst.iso / rl / launch / dos / Commands.txt < prev    next >
Encoding:
Text File  |  2002-07-02  |  343 b   |  15 lines

  1. REM Redmond Linux cleanup batchfile created 04/16/01 David Harper
  2. REM Removes the RedmondLinux installer files
  3. IF NOT EXIST CLEANUP.INI GOTO END
  4. FIND "RunSetup=0" "CLEANUP.INI" > NUL
  5. IF ERRORLEVEL 1 GOTO END
  6. IF ERRORLEVEL 0 GOTO CLEAN
  7.  
  8. :CLEAN
  9. IF NOT EXIST .\RLIN9X\LOADLIN.EXE GOTO END
  10. DELTREE /Y RLIN9X > NUL
  11. GOTO END
  12.  
  13. :END
  14. CLS
  15.